html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	background: #fff;
}

strong,
b {
	font-weight: 800;
}

.fiexd-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 3;
	box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.21);
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.title {
	font-size: 35px;
	font-weight: 500;
	height: 100px;
	line-height: 100px;
	color: #c37d3c;
}

.divide-h {
	width: 100%;
	height: 240px;
	transition: 0.3s;
}

.divide {
	width: 100%;
	height: 240px;
	background: url("http://43.139.22.16:1668/web/web5/banner.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	transition: 0.3s;
}

.pr {
	width: 100%;
	z-index: 2;
	position: relative;
	background: #fff;
	padding-top:110px;
}

.content {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.navigation-box {
	background-color: #eee;
}

.navigation-box a {
	width: 140px;
	height: 60px;
	line-height: 60px;
	display: block;
	font-size: 16px;
	color: #232323;
	text-align: center;
	text-decoration: none;
	transition: .35s;
}

.navigation-box a.active,
.navigation-box a:hover {
	background-color: #c37d3c;
	color: #fff;
	transition: .35s;
	width: calc(100% + 6px);
}

.content-box {
	margin: 0 40px;
	flex: 1;
	font-size: 14px;
}

.content-box img {
	height: 280px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.content-box span {
	display: block;
	line-height: 24px;
	font-size: 14px;
	margin: 10px 0;
}

.content-box b {
	display: block;
}

.friendly-link {
	width: 250px;
	background-color: #eee;
	padding: 0px 15px 10px 15px;
}

.friendly-link .tit {
	font-size: 16px;
	color: #fff;
	padding: 13px 0 13px 15px;
	font-weight: 700;
	margin: 0 -15px;
	background-color: #c37d3c;
	margin-bottom: 15px;
}

.friendly-link a {
	font-size: 14px;
	color: #343434;
	display: block;
	text-decoration: none;
	line-height: 2;
}

.friendly-link a:hover {
	color: #c37d3c;
	text-decoration: underline;
}

.form-warp .form-row {
	display: grid;
	grid-template-columns: 1fr 4fr;
	margin-bottom: 20px;
}

.form-warp label {
	width: 100px;
	display: block;
	text-align-last: justify;
	line-height: 36px;
}

.form-warp input,
.form-warp textarea {
	height: 36px;
	border: 0;
	outline: none;
	flex: 1;
	padding-left: 12px;
	background-color: #efefef;
}

.form-warp textarea {
	padding-top: 12px;
	padding-right: 12px;
}

.footer-box {
	background-color: #c37d3c;
	padding: 22px 0;
	text-align: center;
}

.footer-box .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-box span,
.footer-box a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.footer-box .right {
	margin-left: 50px;
}


.breadcrumb {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.breadcrumb a {
	text-decoration: none;
	color: #232323;
}

.breadcrumb a:hover {
	color: #c37d3c;
	text-decoration: underline;
}

.breadcrumb span {
	margin: 0 5px;
}

@media (max-width: 1200px) {
	.container {
		width: auto;
		padding: 0 15px;
	}

	.content {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.fiexd-head .title {
		transition: 0.3s;
	}
}

@media (max-width: 1000px) {

	.fiexd-head .title {
		font-size: 26px;
		height: 50px;
		line-height: 50px;
		transition: 0.3s;
	}

	.divide {
		top: 50px;
	}

	#icon-menu {
		content: '';
		display: block;
		width: 20px;
		height: 17px;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 9;
		transition: 0.4s;
		background: #c37d3c;
		transform: scale(1.2);
	}

	#icon-menu::before,
	#icon-menu::after {
		content: '';
		display: block;
		width: 100%;
		height: 4px;
		transition: 0.2s;
		background-color: #fff;
	}

	#icon-menu::before {
		margin-top: 3px;
	}

	#icon-menu::after {
		margin-top: 3px;
		height: 4px;
	}


	#icon-menu.active {
		transition: 0.4s;
	}

	#icon-menu.active::before {
		transition: 0.4s;
		margin-top: 0;
		position: absolute;
		top: 7px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
		transform: rotate3d(1, 1, 2, 45deg);
	}

	#icon-menu.active::after {
		transition: 0.4s;
		margin-top: 0;
		position: absolute;
		top: 7px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
		transform: rotate3d(1, 1, 2, -50deg);
	}

	.navigation-box {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		padding-top: 70px;
		z-index: 8;
		margin-left: 0;
		transition: 0.4s;
		display: none;
		transform: translateX(120vw);
		background-color: rgba(255, 255, 255, 1);
	}

	.navigation-box.active {
		display: block;
		transform: translateY(0);
		transition: 0.4s;
	}


	.navigation-box a {
		width: 100%;
		height: 46px;
		line-height: 46px;
	}

	.navigation-box a::before {
		content: '『';
		margin-right: 8px;
	}

	.navigation-box a::after {
		content: '』';
		margin-left: 8px;
	}

	.content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.content-box {
		margin: 0 24px 0 0;
	}
.pr{
        padding-top:60px;
    }
}

@media (max-width: 768px) {
    
	.content-box img {
		height: initial;
	}

	.footer-box .container {
		justify-content: space-between;
	}

	.fiexd-head .title {
		font-size: 20px;
		transition: 0.3s;
	}
}

@media (max-width: 620px) {
	.content {
		flex-direction: column;
		padding-bottom: 0;
	}

	.content-box {
		margin: 0;
	}

	.friendly-link {
		width: 100%;
		margin: 20px -15px 0 -15px;
		padding: 0 15px 20px 15px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.friendly-link .tit {
		grid-column: 1 / 3;
	}

	.friendly-link a {

		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.footer-box {
		padding: 10px 0;
	}

	.footer-box .container {
		flex-direction: column;
	}


	.divide-h,
	.divide {
		height: 200px;
		transition: 0.3s;
	}
}

@media (max-width: 450px) {
	.friendly-link {
		display: flex;
		flex-direction: column;
	}

	.form-warp {
		width: 100%;
		margin-top: -20px;
	}

	.form-warp .form-row {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.breadcrumb {
		margin-left: 0 !important;
		margin-bottom: 15px;
	}

	.form-warp label {
		display: none;
	}

	.fiexd-head .title {
		font-size: 16px;
		transition: 0.2s;
	}

	#icon-menu {
		transform: scale(0.75);
		top: 16px;
		right: 10px;
	}
	.friendly-link a::before{
		content: '➢';
		font-size: 10px;
		margin-right: 5px;
	}
	.footer-box .right{
		margin: 0;
	}
}


@media (max-width: 380px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.fiexd-head .title {
		font-size: 14px;
	}

	.divide-h,
	.divide {
		height: 140px;
		transition: 0.3s;
	}
}

@media (max-width: 350px) {}